func google.golang.org/grpc.newInt
5 uses
google.golang.org/grpc (current package)
service_config.go#L231: mc.MaxReqSize = newInt(maxInt)
service_config.go#L233: mc.MaxReqSize = newInt(int(*m.MaxRequestMessageBytes))
service_config.go#L238: mc.MaxRespSize = newInt(maxInt)
service_config.go#L240: mc.MaxRespSize = newInt(int(*m.MaxResponseMessageBytes))
service_config.go#L324: func newInt(b int) *int {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)